Interactive Surface Visualization Demo Notebook

developed by Murat Bilgel, Benjamin Ely, Melanie Ganz, Krisanne Litinas, and Andrea Shafer
Heavily indebted to Satra Ghosh, Chris Holdgraf, Anisha Keshavan, and Tal Yarkoni
Builds on niwidgets

In [1]:
%matplotlib inline
%load_ext autoreload
%autoreload 2
import os
import sys
from niwidgets import niwidget_surface
from niwidgets.exampledata import examplesurface, exampleoverlays
from pathlib import Path

In [4]:
my_widget = niwidget_surface.SurfaceWidget(examplesurface, exampleoverlays)

my_widget.surface_plotter(showZeroes=True)



In [ ]: